home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / FLOATING / VERSION_.NOT < prev   
Text File  |  1991-02-17  |  1KB  |  32 lines

  1. Floating Window 1.0 - Limited Release
  2. ===================
  3.    Initial release of code
  4.  
  5. Floating Window 1.1 - Limited Release
  6. ===================
  7.  
  8. 1)    Many new routines added for floating window management.
  9. 2)    When dragging a window that was not the front with the cmd-key
  10.     was down, the dragging area is now calculated correctly.
  11. 3)    When windows are closed, the next window is now properly hilited.
  12. 4)    SelectWindow now sets up activate events instead of calling activate
  13.     procedure directly.
  14. 5)    Slight speed up of code.
  15.  
  16. Floating Window 1.2 - Limited Release
  17. ===================
  18.  
  19. 1)    ShowFloats now brings up the last floating window.
  20. 2)    CloseTheWindow and DisposeTheWindow now generate activate events for
  21.     the newly exposed windows.
  22.  
  23. Floating Window 1.3 - Initial release to public
  24. ===================
  25.  
  26. 1)    topWindow reference added and no longer calculated
  27. 2)    dragRect initialized and stored instead of calculated every time
  28. 3)    New routines: UpdateTopWindow and UpdateFloats for management
  29.     of internal variables
  30. 4)    SelectTheWindow now makes the window visible if it isn't when called
  31. 5)    Small bug that could sometimes leave a picture of the window on the
  32.     screen when DragTheWindow was called has been fixed